home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DOSMAX17.ARJ / EXAMPLES.DOC < prev    next >
Text File  |  1992-07-23  |  7KB  |  220 lines

  1.  
  2. ================================================================================
  3.        DOSMAX.EXE :  Ver. 1.6, Copyright (1992) by Philip B. Gardner
  4.        DOSM86.EXE (8086):  Ver. 1.6, Copyright (1992) by Philip B. Gardner
  5.      FREELOAD.SYS :  Ver. 1.6, Copyright (1992) by Philip B. Gardner
  6.      FREELO86.SYS (8086):  Ver. 1.6, Copyright (1992) by Philip B. Gardner
  7. ================================================================================
  8.  
  9. EXAMPLE CONFIGURATIONS:
  10.  
  11. If you have a configuration that is significantly different, perhaps a
  12. different memory manager or special switches that are used, please send
  13. me a copy and I will include it in this file.
  14.  
  15. ;------------ QEMM386 ----------------------------------------------------------
  16.  
  17. (CONFIG)::
  18.  
  19. dos=high,noumb
  20. stacks=0,0
  21. REM=default /B+ requires no resident memory
  22. device=stopmax.sys
  23. device=c:\qemm\qemm386.sys ram rom i=b000-b7ff i=cc00-f7ff fr=e800
  24. REM=no report, no pause, a0 since shellmax is loading shell
  25. device=c:\boot\dosmax.exe /a0/r-/p-
  26. REM=s for shrink
  27. device=c:\boot\freeload.sys /s
  28. device=c:\qemm\loadhi.sys /r:1 c:\mouse\mouse.sys
  29. shell=shellmax.com /r- c:\dos\command.com c:\dos /e:768 /p
  30. buffers=20
  31. files=40 
  32. lastdrive=Z  
  33.  
  34. (AUTOEXEC)::
  35.  
  36. REM moves master environment
  37. c:\boot\dosmax.exe
  38.  
  39. ;------------ QEMM386 + 4DOS ---------------------------------------------------
  40.  
  41. (CONFIG)::
  42.  
  43. dos=high,noumb
  44. stacks=0,0
  45. REM=default /B+ requires no resident memory
  46. device=stopmax.sys
  47. device=d:\qemm\qemm386.sys r:2 ns nv ram rom i=0400-0fff st:m fr=c000
  48. REM=a0 for 4DOS, m1 for best fit, no report, no pause
  49. device=c:\boot\dosmax.exe /a0/m1/r-/p-
  50. REM=m1 for best fit, f to change pathname of loader, s for shrink
  51. device=c:\boot\freeload.sys /m1 /fd:\qemm\loadhi.sys /s
  52. device=d:\qemm\loadhi.sys /r:1 c:\mouse\mouse.sys
  53. device=d:\qemm\loadhi.sys /r:2 c:\boot\hyper386.exe c:2048:1024 s ox
  54. REM=path parameter to 4DOS may be required to initialize properly
  55. shell=shellmax.com c:\4dos\4dos.com c:\4dos /p
  56. buffers=5,4
  57. files=40 
  58. lastdrive=Z  
  59.  
  60. (AUTOEXEC)::
  61.  
  62. REM not necessary at all, but no harm, /E- switch avoids environment warning
  63. c:\boot\dosmax.exe e-
  64.  
  65. ;------------ LASTBYTE ---------------------------------------------------------
  66.  
  67. (CONFIG)::
  68.  
  69. dos=high,noumb
  70. stacks=9,256
  71. REM=alternative to dosmax /i+ switch, use stopmax.sys
  72. REM=device=stopmax.sys
  73. REM physical=(CHIPSET or fixed)
  74. device=c:\tlbmm\lastbyte.sys ? physical=fixed
  75. REM=i to force DOS to UMB even with HIMEM, m1 for best fit, no report, no pause
  76. REM=a0 since shellmax is used
  77. device=c:\tlbmm\highdrvr.sys c:\boot\dosmax.exe /a0/i+/m1/r-p-
  78. REM=himem.sys cannot be loaded after highumm.sys
  79. device=c:\tlbmm\highdrvr.sys c:\dos\himem.sys
  80. REM=must load highumm.sys for DOSMAX (/replace is for himem.sys)
  81. device=c:\tlbmm\highumm.sys /replace
  82. device=c:\tlbmm\highdrvr.sys c:\mouse\mouse.sys
  83. shell=shellmax.com /r- c:\dos\command.com c:\dos /e:512 /p
  84. buffers=20
  85. files=40 
  86. lastdrive=Z  
  87.  
  88. (AUTOEXEC)::
  89.  
  90. REM moves master environment, reports on COMMAND space
  91. c:\boot\dosmax.exe
  92.  
  93. ;------------ UMB_DRVR ---------------------------------------------------------
  94.  
  95. (CONFIG)::
  96.  
  97. dos=high,umb
  98. stacks=9,256
  99. REM=alternative to dosmax /i+ switch, use stopmax.sys
  100. REM=device=stopmax.sys
  101. device=c:\umb_drvr\umb_drvr.sys
  102. REM=i to force DOS to UMB even with HIMEM, m1 for best fit, no report, no pause
  103. devicehigh=c:\boot\dosmax.exe /i+/m1/r-p-
  104. REM=or let dosmax load itself high
  105. REM=device=c:\boot\dosmax.exe /i+/m1/r-p-
  106. devicehigh=c:\dos\himem.sys
  107. devicehigh=c:\mouse\mouse.sys
  108. shell=shellmax.com /r- c:\dos\command.com c:\dos /e:512 /p
  109. buffers=20
  110. files=40 
  111. lastdrive=Z  
  112.  
  113. (AUTOEXEC)::
  114.  
  115. REM moves master environment, reports on COMMAND space
  116. c:\boot\dosmax.exe
  117.  
  118. ;------------ UMB_DRVR + 4DOS + NO HIMEM (no Extended Memory) ------------------
  119.  
  120. (CONFIG)::
  121.  
  122. dos=high,umb
  123. stacks=9,256
  124. device=c:\umb_drvr\umb_drvr.sys
  125. REM=i to force DOS to UMB even with HIMEM, m1 for best fit, no report, no pause
  126. devicehigh=c:\boot\dosmax.exe /a0/m1/r-p-
  127. devicehigh=c:\mouse\mouse.sys
  128. shell=shellmax.com c:\4dos\4dos.com c:\4dos /p
  129. buffers=20
  130. files=40 
  131. lastdrive=Z  
  132.  
  133. (AUTOEXEC)::
  134.  
  135. REM not necessary at all, but no harm, /E- switch avoids environment warning
  136. c:\boot\dosmax.exe e-
  137.  
  138. ;------------ DOS 5.0 ----------------------------------------------------------
  139.  
  140. (CONFIG)::
  141.  
  142. dos=high,umb
  143. stacks=0,0
  144. REM=stacks=9,256
  145. REM=if you really want DOS in UMB, use stopmax
  146. REM=but it will cost you 30k for HIMEM (try alternate XMS driver like QEXT.SYS)
  147. REM=device=stopmax.sys
  148. device=c:\dos\himem.sys
  149. device=c:\dos\emm386.exe ram 4096 i=b000-b7ff i=cc00-f7ff frame=cc00 b=1000
  150. REM=h because DOS goes to HMA, m1 for best fit, no report, no pause
  151. REM=no a0 necessary since DOS (and part of command.com is in the HMA)
  152. devicehigh=c:\boot\dosmax.exe /h/m1/r-/p-
  153. REM=if stacks=0,0 is not used, you may add /U9 to dosmax.exe line
  154. REM=this is a workaround for a emm386.exe warm-reboot problem
  155. devicehigh=c:\boot\dosmax.exe /h/m1/r-/p-/u9
  156. devicehigh=c:\dos\smartdrv.sys 1024 512
  157. devicehigh=c:\mouse\mouse.sys
  158. shell=shellmax.com /r- c:\dos\command.com c:\dos /e:768 /p
  159. buffers=5
  160. files=40
  161. lastdrive=Z
  162.  
  163. (AUTOEXEC)::
  164.  
  165. REM moves master environment, reports on COMMAND space
  166. c:\boot\dosmax.exe
  167.  
  168. ;------------ QEMM386 + DOS 4.01 -----------------------------------------------
  169.  
  170. (CONFIG)::
  171.  
  172. stacks=9,256
  173. REM=stopmax.sys not necessary
  174. device=c:\qemm\qemm386.sys ram rom i=b000-b7ff i=cc00-f7ff fr=e800
  175. REM=m1 for best fit, no report, no pause
  176. device=c:\qemm\loadhi.sys /r:1 c:\boot\dosmax.exe m1r-p-
  177. REM=or let DOSMAX load itself high
  178. REM=device=c:\boot\dosmax.exe m1r-p-
  179. REM=s for shrink
  180. device=c:\boot\freeload.sys s
  181. device=c:\qemm\loadhi.sys /r:1 c:\mouse\mouse.sys
  182. shell=shellmax.com c:\dos\command.com c:\dos /e:768 /p
  183. REM=buffers low
  184. buffers=20
  185. REM=or use buffers in EMS
  186. REM=buffers=20 /x
  187. files=40
  188. lastdrive=Z
  189.  
  190. (AUTOEXEC)::
  191.  
  192. REM moves master environment
  193. c:\boot\dosmax.exe
  194.  
  195. ;------------ QEMM386 + DOS 3.30 -----------------------------------------------
  196.  
  197. (CONFIG)::
  198. (NOTE:  REM really not allowed, just shown for clarity)
  199.  
  200. stacks=9,256
  201. REM=stopmax.sys not necessary
  202. device=c:\qemm\qemm386.sys ram rom i=b000-b7ff i=cc00-f7ff fr=e800
  203. REM=m1 for best fit, no report, no pause
  204. device=c:\qemm\loadhi.sys /r:1 c:\boot\dosmax.exe m1r-p-
  205. REM=or let DOSMAX load itself high
  206. REM=device=c:\boot\dosmax.exe m1r-p-
  207. REM=s for shrink
  208. device=c:\boot\freeload.sys s
  209. device=c:\qemm\loadhi.sys /r:1 c:\mouse\mouse.sys
  210. shell=shellmax.com c:\dos\command.com c:\dos /e:768 /p
  211. buffers=20
  212. files=40
  213. lastdrive=Z
  214.  
  215. (AUTOEXEC)::
  216.  
  217. REM moves master environment
  218. c:\boot\dosmax.exe
  219.  
  220.